gtklistbox: Remove enter/leave/motion event handlers
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 15 Sep 2017 14:48:13 +0000 (16:48 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 19 Sep 2017 16:40:50 +0000 (18:40 +0200)
commit1f91ca0cecd8ed6a80cbf989f7799ff166ab634c
tree92dfcef60bb1848495f7a74386d9dc3996bb881b
parent7d196db4c083bb457482c72a9dbccdf2ae176571
gtklistbox: Remove enter/leave/motion event handlers

Those worked similarly to those in GtkFlowBox, but would additionally
handle "active" state for child rows. Simplify this to just enabling/
disabling active state on gesture press/release, we don't get the
nice state updates when hovering around with a mouse button pressed,
but the rationale from flowbox applies here, and makes a nice cleanup.
gtk/gtklistbox.c